Click or drag to resize

Property Class

Represents item's or folder's property.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Property

The Property type exposes the following members.

Constructors
  NameDescription
Public methodProperty
Initializes a new instance of the Property class.
Public methodProperty(PropertyPath)
Initializes a new instance of the Property class.
Public methodProperty(PropertyPath, Boolean)
Initializes a new instance of the Property class.
Public methodProperty(PropertyPath, Byte)
Initializes a new instance of the Property class.
Public methodProperty(PropertyPath, IListString)
Initializes a new instance of the Property class.
Public methodProperty(PropertyPath, DateTime)
Initializes a new instance of the Property class.
Public methodProperty(PropertyPath, Double)
Initializes a new instance of the Property class.
Public methodProperty(PropertyPath, Int64)
Initializes a new instance of the Property class.
Public methodProperty(PropertyPath, Object)
Initializes a new instance of the Property class.
Public methodProperty(PropertyPath, String)
Initializes a new instance of the Property class.
Top
Properties
  NameDescription
Public propertyPropertyPath
Contains property path.
Public propertyValue
Contains property value.
Public propertyValues
Contains property value for multi-value properties.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current Property object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also